home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / MacGzip 1.0 / source / Resources / ErrorStrings.h < prev    next >
Text File  |  1995-08-18  |  864b  |  58 lines

  1. /*
  2.  *    defines for error strings
  3.  */
  4.  
  5. /*****************************************************/
  6. /* STR# resources */
  7.  
  8.  
  9. #define GENERIC            128
  10.  
  11. #define CANT_SAVE_PREF    1
  12. #define NOT_UPP            2
  13. #define NOT_ALIAS        3
  14. #define OLD_SYSTEM        4
  15. #define AE_INSTALL        5
  16. #define BAD_DISK        6
  17. #define CANT_GET_IC        7
  18. #define CANT_GET_FETCH    8
  19.  
  20.  
  21.  
  22. #define RES_MANAGER        129
  23.  
  24. #define RES_NOTFOUND    1
  25.  
  26.  
  27.  
  28.  
  29. #define USER_ERROR        130
  30.  
  31. #define BAD_SUFFIX        1
  32. #define BAD_CTEXT        2
  33. #define BAD_TBIN        3
  34. #define BAD_CBIN        4
  35.  
  36. /*
  37.  
  38. #define FILE_MANAGER    128
  39. #define GETFINFOERROR    1
  40. #define CREATEERROR        2
  41. #define FSDELETEERROR    3
  42. #define RENAMEERROR        4
  43. #define PBGETFINFO        5
  44.  
  45. #define FILE_IO            129
  46. #define W_ERROR            1
  47. #define R_ERROR            2
  48.  
  49. #define GENERIC            130
  50. #define NO_CURSOR        1
  51. #define EMPTY_FILE        2
  52. #define NOT_TEXT        3
  53. #define RES_FORK        4
  54. #define EMPTY_SUFFIX    6
  55. #define OLD_SYSTEM        7
  56. #define BAD_DISK        8
  57.  
  58. */